LogRecordOrBuilder

interface LogRecordOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard

Not yet set
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
abstract fun getLevelValue(): Int

Not yet set
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
abstract fun getMessage(): String

Log levels, chosen to match python logging conventions.
string message = 1;
Link copied to clipboard
abstract fun getMessageBytes(): ByteString

Log levels, chosen to match python logging conventions.
string message = 1;
Link copied to clipboard
abstract fun getSource(): String

Usually based on thread name - if known
string source = 3;
Link copied to clipboard
abstract fun getSourceBytes(): ByteString

Usually based on thread name - if known
string source = 3;
Link copied to clipboard
abstract fun getTime(): Int

Seconds since 1970 - or 0 for unknown/unset
fixed32 time = 2;